Java Support: WOApplet and WOParam
Synopsis
WOApplet {
code = javaClassName; ... };
WOParam {
name = aString;
value = aString |
action = aMethod; };
Description
WOApplet is a dynamic element that generates HTML to specify a java applet. The applet's parameters are passed by one or more WOParam elements.
- code
-
The name of the java class.
- name
-
The name of a parameter.
- value
-
The value of this parameter.
- action
-
The method that the applet will invoke.
Examples